summaryrefslogtreecommitdiffstats
path: root/source/lib/account_pol.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2002-01-091-7/+8
| | | | | in tdb's. All except winbindd_idmap.... Hmmmmmm. Jeremy.
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-031-1/+1
| | | | Jeremy.
* more irix -64 portability fixesAndrew Tridgell2001-12-311-10/+0
|
* - portablitity fixes for cc -64 on irixAndrew Tridgell2001-12-311-2/+2
| | | | - fixed gid* bug in rpc_server
* moved init_account_policy() to the right placeAndrew Tridgell2001-12-041-1/+5
|
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-031-0/+132
You can change them with either usermanager->policies->account or from a command prompt on NT/W2K: net accounts /domain we can add a rpc accounts to the net command. As the net_rpc.c is still empty, I did not start. How should I add command to it ? Should I take the rpcclient/cmd_xxx functions and call them from there ? alse changed the SAM_UNK_INFO_3 parser, it's an NTTIME. This one is more for jeremy ;-) J.F.