Age | Commit message (Expand) | Author | Files | Lines |
2002-06-15 | Update the netlogon code to better cope with trusted domains, where things | Andrew Bartlett | 1 | -10/+29 |
2002-06-14 | Add const, kill of useless casts and therefore eliminate warnings. | Andrew Bartlett | 1 | -1/+1 |
2002-06-13 | Latest patch from metze <metze@metzemix.de> to move most of samba across | Andrew Bartlett | 1 | -12/+3 |
2002-06-11 | merge from 2.2 | Gerald Carter | 1 | -0/+1 |
2002-06-09 | This (hopefully) fixes a bug reported by Kai Krueger <kai@kruegernetz.de> | Andrew Bartlett | 2 | -17/+10 |
2002-06-07 | Globally replace 'global_sam_sid' with get_global_sam_sid(), a self | Andrew Bartlett | 3 | -30/+29 |
2002-06-06 | Fix compile error - doh! | Tim Potter | 1 | -4/+0 |
2002-06-06 | Moved some notify related constants into srv_spoolss_nt.c since | Tim Potter | 1 | -0/+8 |
2002-06-06 | Fixed out of date comment for _spoolss_rffpcnex() | Tim Potter | 1 | -4/+2 |
2002-06-04 | Update the SAMR pipe for more use of NTSTATUS and to talloc the stored list of | Andrew Bartlett | 1 | -96/+141 |
2002-06-03 | Fix netsessenum RPC. Correctly respond with as much info as we can. | Jim McDonough | 1 | -5/+12 |
2002-06-03 | Restrict anonymous checks for the SAMR pipe. This is done by | Tim Potter | 1 | -0/+27 |
2002-06-03 | Move restrict anonymous checks into a general function called | Tim Potter | 2 | -18/+49 |
2002-05-31 | Update netfileenum on both client and server sides to do an arbitrary number | Jim McDonough | 1 | -61/+27 |
2002-05-31 | Return access denied for net_share_enum when restrict anonymous > 0 | Tim Potter | 1 | -0/+17 |
2002-05-29 | Cleaned up srvsvc constants a bit. | Tim Potter | 1 | -17/+17 |
2002-05-26 | change: pdb_getsampwrid() ->pdb_getsampwsid() | Simo Sorce | 2 | -79/+64 |
2002-05-25 | Clean up a few unused functions, add a bit of static etc. | Andrew Bartlett | 1 | -0/+18 |
2002-05-24 | merge from SAMBA_2_2 | Gerald Carter | 1 | -1/+3 |
2002-05-24 | merge from SAMBA_2_2. | Gerald Carter | 1 | -3/+5 |
2002-05-22 | Add a bit more const, and kill of (finally!) sys_getpwnam and sys_getpwuid. | Andrew Bartlett | 1 | -2/+8 |
2002-05-19 | Patch to only set SV_TYPE_PRINTQ_SERVER in default_server_announce if a | Tim Potter | 1 | -0/+3 |
2002-05-18 | Passdb: | Andrew Bartlett | 1 | -4/+4 |
2002-05-18 | A few things in this commit: | Andrew Bartlett | 1 | -2/+2 |
2002-05-17 | A few more trusted domains updates from mimir. | Andrew Bartlett | 1 | -6/+16 |
2002-05-10 | Fix the bug that refused to allow IPC$ connection to be idled if a pipe | Jeremy Allison | 1 | -0/+17 |
2002-05-09 | Merged in printing fixes... There were many missing ! | Jeremy Allison | 1 | -1/+111 |
2002-05-09 | Sync'ing SAMBA_2_2 with HEAD. | Shirish Kalele | 1 | -13/+17 |
2002-04-23 | Fix my stupid compile bug in num_files_open. | Jeremy Allison | 1 | -5/+6 |
2002-04-23 | Fix for a bug Jerry found with printing where a smbd connection may | Jeremy Allison | 1 | -1/+6 |
2002-04-22 | printing merge from HEAD | Gerald Carter | 2 | -12/+2 |
2002-04-22 | merge from SAMBA_2_2 | Gerald Carter | 2 | -11/+1 |
2002-04-18 | Fix found by Li Shao @ HP - XP clients don't bother to set the devmode_ptr | Jeremy Allison | 1 | -1/+1 |
2002-04-15 | Merge of print server permission handling fixes from HEAD. | Tim Potter | 1 | -12/+37 |
2002-04-15 | Whoops, removed debug 0 that snuck in. | Tim Potter | 1 | -4/+0 |
2002-04-15 | Merge of print server permission handling fixes from HEAD. | Tim Potter | 1 | -12/+41 |
2002-04-14 | Partly based on the work by mimir (Rafal Szczesniak | Andrew Bartlett | 2 | -6/+16 |
2002-04-12 | merged the mangling test and passdb bugfixes into SAMBA_3_0 | Andrew Tridgell | 1 | -15/+0 |
2002-04-11 | Much better support for both non-algorithic RIDs (where the RID is stored in | Andrew Bartlett | 1 | -15/+0 |
2002-04-11 | Correctly emulate NT in printer handle opening access rights. | Jeremy Allison | 1 | -1/+6 |
2002-04-11 | s/werror_str/dos_errstr/g to fix compile | Gerald Carter | 1 | -3/+3 |
2002-04-11 | merge from 2.2 | Gerald Carter | 1 | -1/+0 |
2002-04-11 | WERROR merge from SAMBA_2_2 | Gerald Carter | 1 | -16/+22 |
2002-04-10 | Added Shirish's client side caching policy change. | Jeremy Allison | 1 | -0/+52 |
2002-04-09 | Fixed typo in debug statement. | Tim Potter | 1 | -1/+1 |
2002-04-09 | Fixed some compiler warnings. | Tim Potter | 1 | -5/+5 |
2002-04-09 | Add a become_root()/unbecome_root() pair to allow acces to the passdb for | Andrew Bartlett | 1 | -0/+4 |
2002-04-05 | Fix Gerry bug - MajorVersion should be 2 not 3. | Jeremy Allison | 1 | -1/+1 |
2002-03-31 | Removed unused variable. | Tim Potter | 1 | -1/+0 |
2002-03-30 | Hack to share pipe handles between lsa and samr pipes as NT4.x usrmgr | Jeremy Allison | 1 | -1/+12 |