summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Spelling fixes.Tim Potter2002-06-121-1/+1
* Removed eff_name field from cli_struct as it wasn't being used anywhere.Tim Potter2002-06-122-2/+2
* few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce2002-06-113-13/+24
* merge from 2.2Gerald Carter2002-06-111-0/+1
* Merge of Jerry's fix from 2.2.Jeremy Allison2002-06-102-8/+18
* Remove "sids.h" as it really wasn't being used anywhere, and was exportingAndrew Bartlett2002-06-106-44/+1
* With this file being automaticly regenerated, and cleaned up with 'make clean'Andrew Bartlett2002-06-101-142/+0
* This (hopefully) fixes a bug reported by Kai Krueger <kai@kruegernetz.de>Andrew Bartlett2002-06-092-17/+10
* Ensure when allowing fchown with write access and dos filemodes thatJeremy Allison2002-06-071-7/+7
* Merge pidfile fix.Jeremy Allison2002-06-071-3/+3
* Fix commentAndrew Bartlett2002-06-071-1/+1
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-0714-87/+91
* Move the code from lib/util_sid.c that deals with the global_sam_sid intoAndrew Bartlett2002-06-073-242/+282
* Add flags2 for security signituresAndrew Bartlett2002-06-071-0/+1
* A couple of updates for the SmbEncrypt code, and some of its users.Andrew Bartlett2002-06-072-14/+32
* Allow sd_len to be zero on NT_TRANSACT_CREATE but not for set sd (helpsJeremy Allison2002-06-071-4/+7
* Overly complex but neccessary fix for kernel oplock problems. The issueJeremy Allison2002-06-063-21/+55
* enable building of shared libsmbclientGerald Carter2002-06-061-2/+1
* Fix compile error - doh!Tim Potter2002-06-062-4/+4
* Moved some notify related constants into srv_spoolss_nt.c sinceTim Potter2002-06-062-4/+11
* Fixed out of date comment for _spoolss_rffpcnex()Tim Potter2002-06-061-4/+2
* merge from 2.2Gerald Carter2002-06-051-4/+10
* merge 390 kernel workaround from SAMBA_2_2.Jim McDonough2002-06-052-2/+2
* Spelling fix.Tim Potter2002-06-051-1/+1
* Store cache entry keys that have RID values in decimal to beTim Potter2002-06-051-6/+6
* Remove blocksignals call as it's never going to bloody work right...Jeremy Allison2002-06-051-1/+0
* Fix for Linux kernel bug where signal mask set within a signal handlerJeremy Allison2002-06-052-34/+82
* Update the SAMR pipe for more use of NTSTATUS and to talloc the stored list ofAndrew Bartlett2002-06-041-96/+141
* Store the key for a name to sid cache entry in upper case rather thanTim Potter2002-06-041-4/+12
* Fixed compiler warning.Tim Potter2002-06-041-1/+0
* Fixed some formatting.Tim Potter2002-06-041-3/+4
* Fix long list scrolling bug.Tim Potter2002-06-041-4/+3
* Move session gathering routine back into session.c so it can be called eitherJim McDonough2002-06-032-53/+53
* Fix netsessenum RPC. Correctly respond with as much info as we can.Jim McDonough2002-06-031-5/+12
* Add user name to netsessenum RPC to stop 1783 messages. Also fix where usern...Jim McDonough2002-06-031-5/+13
* Add user name to netsessenum RPC to stop 1783 messagesJim McDonough2002-06-032-5/+9
* Since includes.h isn't included here, VA_COPY has to be defined here. I don'tJim McDonough2002-06-031-0/+8
* Added tdb_delete_by_string() function.Tim Potter2002-06-031-0/+14
* Removed unused function.Tim Potter2002-06-031-46/+0
* put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell2002-06-037-46/+30
* fixed some debug messagesAndrew Tridgell2002-06-031-2/+2
* Restrict anonymous checks for the SAMR pipe. This is done byTim Potter2002-06-031-0/+27
* Move restrict anonymous checks into a general function calledTim Potter2002-06-032-18/+49
* fixed a spelling mistakeAndrew Tridgell2002-06-031-1/+1
* added a 'net ads search' command, similar to 'ldapsearch' but using theAndrew Tridgell2002-06-031-7/+70
* Added getdompwinfo function.Tim Potter2002-06-031-0/+26
* Added cli_samr_get_dom_pwinfo() function.Tim Potter2002-06-031-46/+74
* Removed unused variable.Tim Potter2002-06-031-1/+0
* Fixed bogus alignment in unmarshalling of SAMR_GET_DOM_PWINFO reply.Tim Potter2002-06-031-4/+0
* The last element of the definitions of enums can't have a trailingTim Potter2002-06-021-1/+1