Move all the pdb_get...() and pdb_set...() functions to a new file.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 12 Jan 2002 01:55:09 +0000 (01:55 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 12 Jan 2002 01:55:09 +0000 (01:55 +0000)
commit28d5ab269cfba5e8410163edb3e0c222ed7f0be1
tree53716f5031a8a4c1411a12da639507615b38a3e5
parent4f1f5f28b514dda86f6f49465bd5887357e37bc6
Move all the pdb_get...() and pdb_set...() functions to a new file.

This brings passdb.c down to a much more manageable ~1100 lines and makes it a
little easier to comprehend whats going on here.

Andrew Bartlett
source/passdb/passdb.c
source/passdb/pdb_get_set.c [new file with mode: 0644]