Fix up runlist botchup.
[ira/wip.git] / source3 / rpc_server /
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-15 Jeremy AllisonMissing assign fix from Bernt Nilsson bkn@ida.liu.se.
2002-01-15 Andrew BartlettChange the passdb interface to use allocated strings.
2002-01-12 Jeremy AllisonAdded PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level...
2002-01-11 Jeremy AllisonRound and round we go....
2002-01-09 Martin PoolBetter explanation message for dmalloc.
2002-01-09 Jeremy AllisonWhen re-writing tdb version numbers as little endian...
2002-01-09 Jeremy AllisonFixed all uses of tdb_fetch/store/_int to use explicit...
2002-01-08 Jeremy AllisonAdded get_called_name() function, which replaces global...
2002-01-05 Andrew BartlettI've decided to move the auth code around a bit more...
2002-01-03 Jeremy AllisonFixed nasty cast of tdb_delete in traversals.
2002-01-02 Andrew BartlettActually enforce the passdb API.
2002-01-02 Jeremy AllisonMake user enumeration work for w2k and win9x.
2002-01-01 Andrew BartlettNamed constants are always much better than magic numbe...
2001-12-31 Jeremy Allisonlast_enum not used.
2001-12-31 Jeremy AllisonFixed enumeration of a large (<1500) users from a Samba...
2001-12-31 Andrew Tridgell- portablitity fixes for cc -64 on irix
2001-12-27 Gerald Cartermoving SAM_ACCOUNT to include a bit field for initialized
2001-12-21 Jeremy AllisonRemoved unused variables.
2001-12-21 Jeremy AllisonThe jf_get_sampasswd_entries() is not used anymore.
2001-12-21 Jean-François Mico... added a copyright notice.
2001-12-21 Jean-François Mico... doesn't keep track of the struct's size we enumerate...
2001-12-21 Jeremy AllisonFixup some DEBUG statements (0 -> 10).
2001-12-21 Jeremy AllisonUse pdb_free_sam() to free a SAM_ACCOUNT struct, not...
2001-12-21 Jean-François Mico... re-done all of samr_query_disp_info()
2001-12-21 Martin PoolAdd an output parameter to message_send_all that says...
2001-12-19 Jean-François Mico... added info level 1 to samr_query_alias()
2001-12-18 Jeremy AllisonFixup JF's weird SID return :-).
2001-12-18 Tim PotterFixed bad args to debug statements.
2001-12-18 Jeremy AllisonI'm pretty sure we need to return our netbios name...
2001-12-18 Jean-François Mico... in lsa_query_info at level 5 in member mode, we must...
2001-12-17 Jean-François Mico... there is no unknown field in LSA_SEC_QOS
2001-12-14 Gerald CarterChangeID fixe from APPLIANCE_HEAD
2001-12-14 Jean-François Mico... add lsa_query_secobj server code. level 4 is the ACL...
2001-12-14 Tim PotterFALSE -> False
2001-12-13 Gerald Cartermerge from appliance_head
2001-12-10 Jean-François Mico... added info level 3 to samrgetgroupinfo. I don't know...
2001-12-10 Tim PotterAdded client and server code for the GetPrintProcessorD...
2001-12-08 Jean-François Mico... small comment I don't want to loose.
2001-12-08 Jean-François Mico... Fix domain logon that I broke 3 days ago.
2001-12-06 Jean-François Mico... again an intrusive patch:
2001-12-05 Jean-François Mico... added samr_queryuseralias(). instead of returning BUILT...
2001-12-05 Andrew Tridgellfixed a return value
2001-12-05 Jeremy AllisonUse print_queue_length() by preference if we don't...
2001-12-05 Jeremy AllisonImproved efficiency of enumerating print queue's under...
2001-12-04 Jean-François Mico... added a boolean to the group mapping functions to speci...
2001-12-03 Jean-François Mico... added a tdb to store the account policy informations.
2001-12-02 Jean-François Mico... added queryuseraliases to rpcclient
2001-12-02 Jean-François Mico... there was a bug in samr_lookup_names (my fault)
2001-11-30 Gerald Cartermerge from APPLIANCE_HEAD
2001-11-30 Jeremy AllisonCheck error returns.
2001-11-30 Jeremy AllisonGerald's fix.
2001-11-30 Tim PotterRenamed sid field in SEC_ACE to trustee to be more...
2001-11-29 Jean-François Mico... Changed again how the privilege list is handled in...
2001-11-28 Gerald Cartermerge from APPLIANCE_HEAD
2001-11-28 Jean-François Mico... added samr_set_domain_info and samr_unknown_2E.
2001-11-27 Jeremy AllisonAdded PRINTER_ALREADY_EXISTS error check from Gerry.
2001-11-26 Tim Potterchallange -> challenge
2001-11-25 Andrew BartlettUnless the error is exactly NT_STATUS_OK, we might...
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-24 Andrew BartlettKill off that crazy copy_sam_passwd(). You simply...
2001-11-23 Jeremy AllisonSorry. I broke the build, missed on open_directory...
2001-11-23 Jean-François Mico... return NO_MORE_ENTRIES in lsa_enum_trust_dom. UserManag...
2001-11-23 Jean-François Mico... Changed how the privileges are stored in the group...
2001-11-22 Jean-François Mico... added lsa_enum_sids to rpcclient
2001-11-22 Jean-François Mico... fixing enum_privs and get_dispname server code.
2001-11-22 Jean-François Mico... add a command to rpcclient: enumprivs
2001-11-22 Gerald Carterremove unused variables
2001-11-22 Gerald Cartermerge from 2.2
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-11-15 Tim PotterFALSE -> False
2001-11-09 Gerald CarterFixed a few typos and added the opnum for ADDPRINTERDRI...
2001-11-09 Andrew BartlettThis change updates lp_guestaccount() to be a *global...
2001-11-08 Andrew BartlettChange to guest logon code.
2001-11-07 Andrew BartlettInitilising these variables before appending the domain...
2001-11-05 Jeremy AllisonChanged MAX_OPEN_PIPES to 2048.
2001-11-05 Tim PotterWrote some stubs for new win2k only spoolss rpc commands:
2001-11-05 Tim PotterDon't put a \n on the end of the arg to exit_server()
2001-11-04 Andrew BartlettFix up authenticated pipes in line with vuser changes...
2001-11-03 Jeremy AllisonAdded NT_USER_TOKEN into server_info to fix extra group...
2001-11-01 Andrew BartlettVarious post AuthRewrite cleanups, fixups and tidyups.
2001-10-31 Andrew BartlettFix up domain logons. Tested with NT4.
2001-10-31 Andrew Bartlett... and clean up the unused variables.
2001-10-31 Andrew BartlettSmall changes for guest authenticated pipes.
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-31 Tim PotterAdded some extra fields to the auth_serversupplied_info...
2001-10-29 Andrew BartlettThis commit is number 4 of 4.
2001-10-29 Andrew BartlettThis commit is number 3 of 4.
2001-10-29 Andrew BartlettThis commit is number 1 of 4.
2001-10-27 Jeremy AllisonRaise simultaneous open pipes from 64 to 1024 for large...
2001-10-18 Jeremy AllisonMerge the become_XXX -> change_to_XXX fixes from 2...
2001-10-16 Jean-François Mico... Fix some unicode string error.
2001-10-10 Jeremy AllisonBack-out the share acl fix. Not needed (Gerald has...
2001-10-09 Jeremy AllisonFix bug where removing root from a share SD stops furth...
2001-10-09 Jeremy AllisonFixes from John Trostel (modified somewhat by me) to...
2001-10-03 Simo Sorcefix some possible memleaks and not tested reallocs...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-29 Andrew BartlettFix up a number of intertwined issues:
2001-09-27 Andrew BartlettFix memory leak in get_sampwd_entries(), reindent for...
2001-09-26 Andrew BartlettMake use of the pdb_set_plaintext_passwd() update to...
next