summaryrefslogtreecommitdiff
path: root/source4/cldap_server/netlogon.c
Commit message (Expand)AuthorAgeFilesLines
...
* idl: finally fully share nbt.idl in s3 and s4.Günther Deschner2008-10-151-3/+3
* Sync with Samba 3.Jelmer Vernooij2008-10-141-1/+1
* Merge commit 'master/master'Andrew Tridgell2008-10-031-40/+40
|\
| * The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-021-40/+40
* | fixed the sense of ldb base dn comparisons in two places, and use aAndrew Tridgell2008-10-021-1/+1
|/
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-24/+20
* fixed the DomainDNS searches in the netlogon codeAndrew Tridgell2008-08-221-2/+2
* Validate input in the CLDAP and DGRAM 'netlogon' responder.Andrew Bartlett2008-08-211-7/+37
* Add extra bits to our 'netlogon' response in CLDAP and NBT.Matthias Dieter Wallnöfer2008-08-201-1/+7
* Fix creation of sockaddr in netlogon datagram generator.Andrew Bartlett2008-05-211-1/+1
* Extend the 'netlogon' CLDAP and NBT implementation.Andrew Bartlett2008-05-211-10/+50
* Handle netbios domains in the CLDAP server too.Andrew Bartlett2008-05-171-8/+64
* Convert the CLDAP server to use the new netlogon structures.Andrew Bartlett2008-05-171-95/+98
* Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-141-1/+1
* r26681: Use fewer magic numbers.Andrew Bartlett2008-01-061-2/+2
* r26680: Don't always advertise GC functionality.Andrew Bartlett2008-01-061-1/+4
* r26649: Only claim to be a PDC if we are a PDC.Andrew Bartlett2008-01-031-1/+5
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-1/+1
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-1/+3
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-1/+1
* r26319: Split encoding functions out of libcli_ldap.Jelmer Vernooij2007-12-211-1/+1
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-211-2/+2
* r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-9/+10
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25939: Rework the CLDAP server not to use gendb_search but to call ldb_searchAndrew Bartlett2007-12-211-28/+65
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-9/+11
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-4/+4
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-2/+2
* r19736: handle rootdse call via CLDAPStefan Metzmacher2007-10-101-8/+0
* r19699: - use better names for the site stringsStefan Metzmacher2007-10-101-8/+8
* r17824: add a wrapper for the common partitions_basedn calculationAndrew Tridgell2007-10-101-1/+3
* r17823: get rid of most of the samdb_base_dn() calls, as they are no longerAndrew Tridgell2007-10-101-1/+1
* r17609: Kill one more use of the fake dnsDomain attribute.Andrew Bartlett2007-10-101-4/+5
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r16232: Avoid searching on domainDns, as it is not an AD attribute in theAndrew Bartlett2007-10-101-17/+50
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14439: fix warningsStefan Metzmacher2007-10-101-4/+4
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+3
* r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett2007-10-101-4/+4
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+2
* r10810: This adds the hooks required to communicate the current user from theAndrew Bartlett2007-10-101-1/+1
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-2/+3
* r9011: Remove more references to "name" as a netbios name, using theAndrew Bartlett2007-10-101-7/+18
* r8625: move the ldb_wrap logic into the ldb code. This logic is meant toAndrew Tridgell2007-10-101-1/+1
* r8585: add to ldb and ldap comparison functionalitySimo Sorce2007-10-101-21/+21
* r8368: the type filed depends on the user being present or notStefan Metzmacher2007-10-101-1/+5
* r8223: fix the values of nt_version and type we reply in the server code,Stefan Metzmacher2007-10-101-40/+37
* r8211: fix some cldap repliesStefan Metzmacher2007-10-101-3/+3